@CHARSET "UTF-8";
body{
padding:0px;
margin:100px;
margin-top: 0px;
margin-right: 10px;
margin-left: 10px
}
img{ 
	margin-right: 30px;
	margin-left: 195px;

}
.logo{ 
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 70px;

}
#container {
  position: relative;
  width: 611px;
  height: 386px;
}
#container table {
  position: absolute;
  left: 10px;    /* regola la distanza da destra */
  top: 4px;    /* regola distanza dal bordo superiore */
}

.img{ 
	margin-right: 80px;

}

.lineas  { 
	color:green;
	font-size:90%; 

}
td{
	font-family: futura;
	width: 50px;
	color: black;
	font-size: 12px;
	
	
}
td.celle_larghe {
	width: 130px;
	margin-left: 70px;
}

.text-top {
	vertical-align: text-top;
	
}
a:link{
	font-family: futura;
	font-size: 12px;
	text-decoration: none;
	color: black;
}
a:visited{
	font-family: futura;
	font-size: 12px;
	text-decoration: none;
	color: black;
}
a:hover{
	font-family: futura;
	font-size: 12px;
	text-decoration: none;
	color: silver;
}
a:active{
	font-family: futura;
	font-size: 12px;
	text-decoration: none;
	color: black;
}
form {
	font-family: futura;
	color: black;
	font-size: 12px;
	
}


	